home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALCHANGEPASSWORDFORM / TJOURNALCHANGEPASSWORDFORM.txt
Encoding:
Text File  |  1996-12-12  |  2.1 KB  |  106 lines

  1. inherited JournalChangePasswordForm: TJournalChangePasswordForm
  2.   HelpContext = 9
  3.   ActiveControl = OldPasswordEdit
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change Password'
  7.   ClientHeight = 270
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object OldPasswordLabel: TLabel [0]
  11.     Left = 24
  12.     Top = 172
  13.     Width = 84
  14.     Height = 16
  15.     Caption = 'Old Password'
  16.     Font.Color = clBlack
  17.     Font.Height = -13
  18.     Font.Name = 'MS Sans Serif'
  19.     Font.Style = []
  20.     ParentFont = False
  21.   end
  22.   object NewPasswordLabel: TLabel [1]
  23.     Left = 24
  24.     Top = 192
  25.     Width = 90
  26.     Height = 16
  27.     Caption = 'New Password'
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object ConfirmLabel: TLabel [2]
  35.     Left = 24
  36.     Top = 212
  37.     Width = 138
  38.     Height = 16
  39.     Caption = 'Confirm New Password'
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object OldPasswordEdit: TEdit [4]
  47.     Left = 168
  48.     Top = 168
  49.     Width = 121
  50.     Height = 21
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     PasswordChar = '*'
  57.     TabOrder = 1
  58.   end
  59.   object NewPasswordEdit: TEdit [5]
  60.     Left = 168
  61.     Top = 188
  62.     Width = 121
  63.     Height = 21
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     PasswordChar = '*'
  70.     TabOrder = 2
  71.   end
  72.   object ConfirmEdit: TEdit [6]
  73.     Left = 168
  74.     Top = 210
  75.     Width = 121
  76.     Height = 21
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     PasswordChar = '*'
  83.     TabOrder = 3
  84.   end
  85.   object OkButton: TButton [7]
  86.     Left = 76
  87.     Top = 240
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&Ok'
  91.     Default = True
  92.     TabOrder = 4
  93.     OnClick = OkButtonClick
  94.   end
  95.   object CancelButton: TButton [8]
  96.     Left = 156
  97.     Top = 240
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = '&Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 5
  104.   end
  105. end
  106.